Search
Calendar.ExpandResourceRow Method (Resource[])
See Also
 






Expands the row associated with the specified resources. If there is no such row or the current view is not ResourceView, nothing happens.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void ExpandResourceRow (
    Resource[] resources
)

Visual Basic  Copy Code

Public Sub ExpandResourceRow( _
    resources() As Resource _
)

 Parameters

resources

A list with Resource objects defining the row to expand.

 See Also